You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Units Namespace > Classes > StatTimeSerAnalysis Class > StatTimeSerAnalysis Methods > ARMAKappa Method > StatTimeSerAnalysis.ARMAKappa Method ([In] TVec, [In] TVec, [In] int, [In] int, [In] TVec, [In] TVec)
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
StatTimeSerAnalysis.ARMAKappa Method ([In] TVec, [In] TVec, [In] int, [In] int, [In] TVec, [In] TVec)

ARMA process covariances.

Syntax
C#
Visual Basic
public static double ARMAKappa([In] TVec gamma, [In] TVec maacvf, [In] int i, [In] int j, [In] TVec Phi, [In] TVec Theta);
Parameters 
Description 
[In] TVec gamma 
Time series ACVF. 
[In] TVec maacvf 
The ACVF of a MA part of the model. 
[In] int i 
 
[In] int j 
 
[In] TVec Phi 
Stores Phi values for ARMA process. 
[In] TVec Theta 
Stores Theta values for ARMA process. 

Calculates ARMA (p,q) process covariances. For ARMA process, covariances are defined as: 

 

where gamma is time series autocovariance function, sigma^2 is estimated white noise, m=max(p,q) and phi, theta are AR and MA coefficients.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!